home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / recovery-mode / options / grub < prev    next >
Text File  |  2009-10-23  |  247b  |  16 lines

  1. #!/bin/sh
  2.  
  3. . /usr/share/recovery-mode/l10n.sh
  4.  
  5. if [ "$1" = "test" ]; then
  6.   echo $(eval_gettext "Update grub bootloader")
  7.   exit 0
  8. fi
  9.  
  10. # FIXME: add this too? how to find out boot device?
  11. #        add menu to ask?
  12. #grub-install
  13. update-grub
  14.  
  15. exit 0
  16.